home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / DOSRUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-09-04  |  161 b   |  11 lines

  1. @echo off
  2. if exist c:\windows\dosstart.bat call c:\windows\dosstart.bat
  3. %1
  4. cd %2
  5. call %3
  6. @echo.
  7. @echo Digite EXIT [Enter] para retornar ao Windows.
  8.  
  9.  
  10.  
  11.